Thank you for downloading this file, here is some info how to use it.

Open gallery.xml in notepad, there you will see the main tags <options> and <pictures>

In <options> you can see 10 subtags:

<backgroundColor> // the background color of your gallery

<imageWidth> // the maximum width of the big images.
<imageHeight> // the maximum height of the big images
<imageSpaceX>1000</imageSpaceX>//horizontal spacing between the pictures 
<imageSpaceY>800</imageSpaceY>//vertical spacing between the pictures 
<imageBorderColor> // the color of the borders of the images
<imageBorder>//the amount of pixels of the border of the images

<imageSmoothing> //do you want smoothed images (it slows down flash a bit on some computers) [yes/no]
<explanation> //do you want the explanation the first time you click on an image [yes/no]
<name> //enter a name here



In <pictures> you can see:	
	<album name = "name of album">
		<pic>
		<thumbnail>thumbs/yourpicurename.jpg</thumbnail>
		<bigimage>images/yourpicurename.jpg</bigimage>
		<info title="title" desc="description" link="http://www.yourwebsite.com"/>
		</pic>
	</album>

Every album has his album tags <album name = "name of album"></album>
And between these tags you can put the pictures.
Store your thumbnails in the "thumbs" folder and your images in the "images" folder and then write the names of your pictures and the images in the xml.
Each <pic> stands for 1 picture. so just copy a <pic></pic> if you want to add a new picture. 
Info can be added with the line containing the info. If you don't place title and description the info button won't appear for this picture. If you leave out the link the link button won't appear.


Files to upload:

-index.html
-zoomGallery.swf
-AC_RunActiveContent.js
-gallery.xml
-images folder(s)